| Keysight.Visa Namespace > VxiSession Class > MoveOut32 Method : MoveOut32(AddressSpace,Int64,Int32[]) Method |
'DeclarationPublic Overloads Sub MoveOut32( _ ByVal space As AddressSpace, _ ByVal destinationOffset As Long, _ ByVal sourceBuffer() As Integer _ )
'UsageDim instance As VxiSession Dim space As AddressSpace Dim destinationOffset As Long Dim sourceBuffer() As Integer instance.MoveOut32(space, destinationOffset, sourceBuffer)
public void MoveOut32( AddressSpace space, long destinationOffset, int[] sourceBuffer )
public: void MoveOut32( AddressSpace space, int64 destinationOffset, array<int>^ sourceBuffer )
If the session is an instrument (INSTR) session, the offset parameter specifies a relative offset from the start of the instrument’s address space. If the session is a memory access (MEMACC) session, the offset parameter is an absolute offset from the start of memory in the specified address space.
All operations on a PXI memory access session that accept a space parameter to indicate the address space for bus access will accept the value AddressSpace.PxiAllocation.
Current with Keysight IO Libraries Suite 18